*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;overflow:hidden;font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background-color:#fff;color:#111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}body{display:flex;flex-direction:column;position:relative}main{flex-grow:1;display:flex;align-items:center;justify-content:flex-start;width:100%;max-width:1200px;margin:0 auto;padding:40px}main img{width:120px;height:auto;margin-bottom:24px}h1{font-weight:700;color:#000;font-size:clamp(2.25rem,5vw+1rem,4rem);line-height:1.1;margin-bottom:16px}p{font-weight:400;font-size:clamp(1rem,1vw+.75rem,1.25rem);line-height:1.5;max-width:60ch;margin-bottom:32px;color:#333}.cta{display:inline-block;font-size:1rem;font-weight:700;background-color:#007aff;color:#fff;padding:14px 28px;border-radius:10px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px rgba(0,122,255,.3)}.cta:focus,.cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,122,255,.4);outline:2px solid #007aff;outline-offset:2px}.cookie-banner{position:fixed;bottom:20px;left:20px;right:20px;max-width:400px;background-color:#f0f0f0;color:#111;padding:16px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:none;z-index:1000;font-size:14px;line-height:1.4;align-items:center;justify-content:space-between;gap:16px}.cookie-banner p{font-size:14px;line-height:1.4;margin-bottom:0;max-width:none;color:#111}.cookie-btn{background-color:#007aff;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer;font-weight:600;white-space:nowrap}.cookie-btn:hover{opacity:.8}.cookie-banner.show{display:flex}@media(max-width:600px){main{padding:20px;align-items:center;padding-top:8vh;text-align:center;justify-content:center}main img{width:100px;margin-bottom:20px;margin-left:auto;margin-right:auto}h1{font-size:clamp(2rem,8vw+1rem,3rem)}p{font-size:clamp(1rem,4vw,1.125rem);margin-bottom:24px}.cta{width:100%;padding:16px;font-size:1.125rem}.cookie-banner{flex-direction:column;gap:12px;bottom:10px;left:10px;right:10px;text-align:center}.cookie-btn{width:100%}}